home *** CD-ROM | disk | FTP | other *** search
/ Essential Bibles / Essential Bibles (1998).iso / Win / ZIPFILES / PMSACM7.EXE / pmsacm7.mdb / Church.json next >
JavaScript Object Notation  |  1997-05-16  |  498b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "ChurchName": "Text (50)",
  5.         "CAddr1": "Text (50)",
  6.         "CAddr2": "Text (50)",
  7.         "CCityStateZip": "Text (50)",
  8.         "DefCity": "Text (50)",
  9.         "DefState": "Text (50)",
  10.         "DefZip": "Text (50)",
  11.         "Dioc": "Text (50)",
  12.         "Cemetary": "Text (50)",
  13.         "DefPOB": "Text (50)"
  14.     },
  15.     "data": [
  16.         {
  17.             "ID": 1,
  18.             "ChurchName": "Demo Shell Church",
  19.             "CAddr1": "123 Main Street",
  20.             "CCityStateZip": "Auburn, ME 04210",
  21.             "DefCity": "Auburn",
  22.             "DefState": "ME",
  23.             "DefZip": "04210",
  24.             "Dioc": "Portland, ME",
  25.             "Cemetary": "S.S. Peter & Paul",
  26.             "DefPOB": "Lewiston, ME"
  27.         }
  28.     ]
  29. }